body {
    font-family: 'Arial', sans-serif;
    line-height: 1.8;
    color: #333;
    background-color: #f9f9f9;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #2c3e50;
    text-align: center;
    margin-top: 2em;
    margin-bottom: 1em;
    font-weight: 600;
}

/* header */
#header h1 {
    margin: 0;
    padding: 0;
    font-size: 2.5em;
    color: #00000000;
    background-image: url('map.jpg');
    background-repeat: no-repeat;
    background-size: calc(max(1000px, 100%));
    background-position: center; 
    height: 160px;
    
}

h2 {    
    font-size: 1.5em;
    color: #f0f0f0;
    background-color: #505050;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.5em;
}

a {
    color: #3498db;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

p, ul, ol {
    margin: 1.5em 5em;
    text-align: justify;
}

ul, ol {
    padding-left: 1.5em;
}

blockquote {
    border-left: 4px solid #2c3e50;
    padding-left: 1em;
    color: #666;
    font-style: italic;
}

/* Header and Footer */
header, footer {
    background-color: #2c3e50;
    color: white;
    padding: 1em 0;
    text-align: center;
    size: 1em;
}

header a, footer a {
    color: white;
    text-decoration: none;
}

/* Container */
.container {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 2em 0;
}

.container img {
    width: 100%;
    height: auto;
}

[background-image] {
    background-size: cover;
    background-position: center;
    display: flex;
    width: 100%;
}

.imageblock .content img {
    width: 100%;
}

[background-image] h1 {
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

[section] {
    padding: 4em 0;
    /* text-align: center; */
    background-color: #f0f0f0;
    margin-bottom: 1em;
}

[section] h2 {
    margin-bottom: 0.5em;
}

[section] p {
    max-width: 800px;
    margin: 0 auto;
}

[section-rev] {
    padding: 4em 0;
    /* text-align: center; */
    color: #f0f0f0;
    background-color: #202020;
    margin-bottom: 1em;
}

[section-rev] h2 {
    margin-bottom: 0.5em;
}

[section-rev] p {
    max-width: 800px;
    margin: 0 auto;
}


/* Button */
button {
    background-color: #3498db;
    border: none;
    color: white;
    padding: 1em 2em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1em;
    margin: 1em;
    cursor: pointer;
    border-radius: 4px;
}

button:hover {
    background-color: #2980b9;
}

div#footer.paragraph p {
    font-size: 80%;
}

